[INFO] cloning repository https://github.com/calumrussell/oathgate
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/calumrussell/oathgate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalumrussell%2Foathgate", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalumrussell%2Foathgate'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 794fa58e4c546825e2346e3ab6a0863227223885
[INFO] fixing calumrussell/oathgate against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcalumrussell%2Foathgate" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/calumrussell/oathgate
[INFO] finished tweaking git repo https://github.com/calumrussell/oathgate
[INFO] tweaked toml for git repo https://github.com/calumrussell/oathgate written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/calumrussell/oathgate on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/calumrussell/oathgate already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397
[INFO] running `Command { std: "docker" "start" "e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling parity-scale-codec v3.7.5
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking libloading v0.8.9
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking downcast-rs v1.2.1
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking byte-slice-cast v1.2.3
[INFO] [stderr]    Compiling toml_edit v0.23.9
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking keccak v0.1.5
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.106
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking async-task v4.7.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking piper v0.2.4
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling async-io v2.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]     Checking blocking v1.6.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.106
[INFO] [stderr]     Checking polling v3.11.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking async-lock v3.4.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking const-hex v1.17.0
[INFO] [stderr]    Compiling wasm-bindgen v0.2.106
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking async-fs v2.2.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking async-executor v1.13.3
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.10
[INFO] [stderr]     Checking xcursor v0.3.10
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.5
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.106
[INFO] [stderr]     Checking owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking num_enum v0.7.5
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking ab_glyph v0.2.32
[INFO] [stderr]     Checking wayland-cursor v0.31.11
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr] error: could not compile `futures-util` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name futures_util --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=ac8c9c038b01ea34 -C extra-filename=-c8b20102f53aee87 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-928ec4daade86234.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-f01d07d5f3284987.rmeta --extern futures_macro=/opt/rustwide/target/debug/deps/libfutures_macro-1d2d87676bdb15db.so --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-0305eccffc39046b.rmeta --extern futures_task=/opt/rustwide/target/debug/deps/libfutures_task-d6995ba9ca56d014.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-713a1a81c0212ccf.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-d39827a1100fb9ef.rmeta --extern pin_utils=/opt/rustwide/target/debug/deps/libpin_utils-7f3687f361877058.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-0f7d78e81fd9c627.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name serde_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=51098ac7db014c7c -C extra-filename=-4f4682f6a6837f74 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-c25e5b4cdbb2a831.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-45c4adc6b081f290.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-be7085cea93a442c.rlib --extern proc_macro --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `wayland-protocols` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name wayland_protocols --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wayland-protocols-0.32.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="client"' --cfg 'feature="staging"' --cfg 'feature="unstable"' --cfg 'feature="wayland-client"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("client", "server", "staging", "unstable", "wayland-client", "wayland-server"))' -C metadata=8ff29dbb2482b9bc -C extra-filename=-51cf2a7de7466ed1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e94d7c324cebb93e.rmeta --extern wayland_backend=/opt/rustwide/target/debug/deps/libwayland_backend-09c69c72be36be5f.rmeta --extern wayland_client=/opt/rustwide/target/debug/deps/libwayland_client-6b2da1eae79b7b81.rmeta --extern wayland_scanner=/opt/rustwide/target/debug/deps/libwayland_scanner-3ff0453efead5af3.so --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397", kill_on_drop: false }`
[INFO] [stdout] e6374c3451024dd2a9348ff7ed85d42cf2a37bd6b9ff591f75b73f6ece41b397
